home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 43
/
Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso
/
-in_the_mag-
/
workbench
/
newmodes
/
moned3a
/
domonitor.asm
< prev
next >
Wrap
Assembly Source File
|
1999-06-29
|
175b
|
14 lines
XREF _GfxBase
XDEF _DOMonitor
_DOMonitor:
move.l _GfxBase,a6
move.l 4(sp),a0
move.l a0,-(sp)
move.l 44(a0),a0
move.l 26(a0),a0
jsr (a0)
lea 4(sp),sp
rts